home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 38
- updateStage()
- sound playFile 1, "click"
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 8 to 32
- updateStage()
- puppetSprite(8, 0)
- go("hykyu")
- end
-